MindFusion.Java Package Programmer's Guide
ButtonComponent.setImageList Method
See Also
 






Sets a list with images. Each image in the list represents the appearance of the button in one of its states: 0 - normal, 1 - pressed, 2 - disabled, 3 - hovered.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public void setImageList (
    ArrayList<Image> value
)

 Parameters

value

A list of java.awt.Image objects.

 See Also

ButtonComponent Members
ButtonComponent Class
com.mindfusion.diagramming.components Namespace